
 
 
 
 
 
 ' C o n t r o l s   S e t C u r s o r P o s i t i o n   1 0 0   2 0 0 
 
 
 
 ' P r i n t   G e t C u r s o r P i x e l C o l o r   +   "   "   +   G e t P i x e l C o l o r ( M o u s e X P ,   M o u s e Y P ) 
 
 ' 
 
 ' P r i n t   H e x ( G e t C u r s o r P i x e l C o l o r )   +   "   "   +   H e x ( G e t P i x e l C o l o r ( M o u s e X P ,   M o u s e Y P ) ) 
 
 ' 
 
 v 1   =   G e t C u r s o r P i x e l C o l o r 
 
 s 1   =             " R e d = "   +   G e t C o l o r R e d ( v 1 )   +   "     " 
 
 s 1   =   s 1   +   " G r e e n = "   +   G e t C o l o r G r e e n ( v 1 )   +   "     " 
 
 s 1   =   s 1   +   " B l u e = "   +   G e t C o l o r B l u e ( v 1 )   +   "     " 
 
 s 1   =   s 1   +   " H u e = "   +   G e t C o l o r H u e ( v 1 )   +   "     " 
 
 s 1   =   s 1   +   " S a t u r a t i o n = "   +   G e t C o l o r S a t u r a t i o n ( v 1 )   +   "     " 
 
 s 1   =   s 1   +   " L i g h t n e s s = "   +   G e t C o l o r L i g h t n e s s ( v 1 ) 
 
 s 1   =   s 1   +   C R L F 
 
 s 1   =   s 1   +   " C o l o r I n d e x ( 1 . . 7 ) = "   +   G e t C o l o r I n d e x ( v 1 )   +   "     " 
 
 s 1   =   s 1   +   " S i m p l e C o l o r N a m e = "   +   G e t S i m p l e C o l o r N a m e ( v 1 )   +   "     " 
 
 s 1   =   s 1   +   " N e a r e s t C o l o r N a m e = "   +   G e t N e a r e s t C o l o r N a m e ( v 1 ) 
 
 P r i n t   s 1 
 
 
 
 
 
 ' W A T C H   S e w T o _ S p e e d 
 
 ' E X E C   B u t t o n   5   T e x t   B u t t o n 5 
 
 